home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / video / zapem-0.000 / zapem-0 / zapem / action.h < prev    next >
C/C++ Source or Header  |  1995-03-01  |  130b  |  6 lines

  1.  
  2. #ifndef ACTION_H
  3. #define ACTION_H
  4. enum action {STRAIGHT, QUIT, PAUSE, LEFT, RIGHT, UP, DOWN, FIRE1, FIRE2, FIRE3, FIRE4};
  5. #endif
  6.